home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / inp11db16.exe / data.z / overview.htt < prev    next >
Encoding:
Text File  |  1996-10-10  |  7.1 KB  |  292 lines

  1. <!--   HTML was created by Harbinger's TrustedLink INP. For more information,
  2.      call 404-841-4334 or visit http://inp.harbinger.net  -->
  3.  
  4. <HTML>
  5. <HEAD>
  6. <TITLE>$Nickname Company Overview</TITLE>
  7. </HEAD>
  8. <BODY Text="$tcolor" Link="$lcolor" VLINK="$vlcolor" BACKGROUND="images/$BackGrndFile">
  9.  
  10. <TABLE width=100%>
  11. <TR>
  12. $if($Logo)
  13.   <TD ALIGN=center><IMG SRC="images/$Logo" ALT="Company Logo" 
  14.   $if($Logo.width)
  15.     width=$Logo.width
  16.   $endif     
  17.   $if($Logo.height)
  18.       height=$Logo.height 
  19.   $endif
  20.   ></td>
  21. $endif
  22.   <TD><H2>$Nickname Overview</H2>
  23. $if($or($Highlight1,$Highlight2,$Highlight3,$Highlight4))
  24. <UL>
  25. $if($Highlight1)
  26.     <LI>$Highlight1
  27. $endif
  28. $if($Highlight2)
  29.     <LI>$Highlight2 
  30. $endif
  31. $if($Highlight3)
  32.     <LI>$Highlight3
  33. $endif
  34. $if($Highlight4)
  35.     <LI>$Highlight4
  36. $endif
  37. </UL>
  38.  
  39. $endif
  40. </TD>
  41. </TR>
  42. </TABLE>
  43.  
  44. <BR CLEAR=all>
  45. <HR>
  46.  
  47. <!------------------------ END OF HEADER ------------------------------->
  48.  
  49. <!------------------- GENERAL DESCRIPTION ------------------------->
  50.  
  51.  
  52. $if($Overview)
  53. $Overview
  54. <HR WIDTH=66%>
  55. $endif
  56. <P>
  57. <!------------------- HOURS OF OPERATION --------------------->
  58.  
  59. $if($equal($isHoursExcluded,0))
  60.  
  61. <H3>Hours of Operation</H3>
  62.  
  63. <FONT SIZE=-1>Time Zone: $TimeZone </FONT>
  64.  
  65. <TABLE CELLSPACING="8">
  66. <TR>
  67.   <TD VALIGN=bottom><STRONG>Monday</STRONG></TD>
  68.   <TD VALIGN=bottom>$if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  69.   <TD VALIGN=bottom> to </TD>
  70.   <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
  71. </TR>
  72. <TR>
  73.   <TD VALIGN=bottom><STRONG>Tuesday</STRONG></TD>
  74.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  75.   <TD VALIGN=bottom> to </TD>
  76.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime </TD>
  77. </TR>
  78. <TR>
  79.   <TD VALIGN=bottom><STRONG>Wednesday</STRONG></TD>
  80.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  81.   <TD VALIGN=bottom> to </TD>
  82.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime </TD>
  83. </TR>
  84. <TR>
  85.   <TD VALIGN=bottom><STRONG>Thursday</STRONG></TD>
  86.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  87.   <TD VALIGN=bottom> to </TD>
  88.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime </TD>
  89. </TR>
  90. <TR>
  91.   <TD VALIGN=bottom><STRONG>Friday</STRONG></TD>
  92.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  93.   <TD VALIGN=bottom> to </TD>
  94.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime </TD>
  95. </TR>
  96. <TR>
  97.   <TD VALIGN=bottom><STRONG>Saturday</STRONG></TD>
  98.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  99.   <TD VALIGN=bottom> to </TD>
  100.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime </TD>
  101. </TR>
  102. <TR>
  103.   <TD VALIGN=bottom><STRONG>Sunday</STRONG></TD>
  104.   <TD VALIGN=bottom>  $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
  105.   <TD VALIGN=bottom> to </TD>
  106.   <TD VALIGN=bottom>  $CDayTimeHours.Closetime $endwhile</TD>
  107. </TR>
  108. </TABLE>
  109.  
  110. <P>
  111. <EM>$SpecialHours</EM>
  112. <HR WIDTH=66%>
  113. <BR><BR>
  114. $endif
  115. <!------------------------- LOCATIONS ---------------------------->
  116.  
  117. $if($equal($isLocationListExcluded,0))
  118. $if($equal($LocationCount,"1"))
  119. <p><h2>$Nickname Locations</h2>
  120. <table cellpadding="6">
  121. $while($CLocation)
  122.  
  123. <BLOCKQUOTE>
  124. <tr>
  125.   <td WIDTH="50%" VALIGN=top>   <font size=+1>$CLocation.name </font><br>
  126.    $CLocation.street1 <br>
  127.    $CLocation.city
  128. $if($or($CLocation.state,$CLocation.zip))
  129.  , 
  130. $endif 
  131. $CLocation.state  $CLocation.zip <br>
  132. $if($CLocation.phone)
  133.    Phone: $CLocation.phone <BR>
  134. $endif
  135. $if($CLocation.fax)
  136.    Fax: $CLocation.fax 
  137. $endif
  138. </td>
  139.  
  140. $if($not($CLocation))
  141.     </TD><TD><BR></TD></TR>
  142.  
  143.     </BLOCKQUOTE>
  144.     $break
  145. $endif 
  146.   <td WIDTH="50%" VALIGN=top>   <font size=+1>$CLocation.name </font><br>
  147.    $CLocation.street1 <br>
  148.    $CLocation.city
  149. $if($or($CLocation.state,$CLocation.zip))
  150.  , 
  151. $endif 
  152. $CLocation.state  $CLocation.zip <br>
  153. $if($CLocation.phone)
  154.    Phone: $CLocation.phone  <BR>
  155. $endif
  156. $if($CLocation.fax)
  157.    Fax: $CLocation.fax 
  158. $endif
  159. </td>
  160. </tr>
  161.  
  162. </BLOCKQUOTE>
  163. $endwhile 
  164.  
  165. </table>
  166. $endif 
  167. <HR WIDTH=66%>
  168. $endif
  169. <!-------------------------- OUR PEOPLE ---------------------->
  170.  
  171. $if($equal($isAgentListExcluded,0)) 
  172.  
  173. <H2>Our People</H2>
  174.  
  175. $if($not($CAgentCount))
  176. <STRONG>Say Hi to our Agents:</STRONG>
  177. $endif
  178.  
  179. $while($CAgent)
  180. <BLOCKQUOTE>
  181. <TABLE BORDER=0 WIDTH=80% CELLPADDING="2">
  182. <TR>
  183.   <TD VALIGN="Top"><STRONG><FONT SIZE=+1>$CAgent.name</FONT></STRONG> <BR>
  184. $CAgent.title <P>
  185. $if($CAgent.phone)
  186. <STRONG>Phone</STRONG>: $CAgent.phone <BR>
  187. $endif
  188. $if($CAgent.fax)
  189. <STRONG>Fax</STRONG>:$CAgent.fax
  190. $endif </TD>
  191. $if($CAgent.picture)
  192.   <TD><IMG SRC="images/$CAgent.picture "    
  193.   $if($CAgent.picture.width)
  194.     width=$CAgent.picture.width
  195.   $endif     
  196.   $if($CAgent.picture.height)
  197.       height=$CAgent.picture.height 
  198.   $endif
  199.   ></TD>
  200. $endif
  201. </TR>
  202. <TR>
  203.   <TD COLSPAN=2><EM>$CAgent.experience</EM></TD>
  204. </TR>
  205. <TR>
  206.   <TD COLSPAN=2> <BR> </TD>
  207. </TR>
  208. </TABLE>
  209. </BLOCKQUOTE>
  210. <P> 
  211.  
  212. $endwhile 
  213. $endif
  214. $if($Workgroup_pic)
  215. <CENTER><IMG SRC="images/$Workgroup_pic" 
  216. $if($Workgroup_pic.width)
  217.     width=$Workgroup_pic.width
  218. $endif
  219. $if($Workgroup_pic.height)
  220.     height=$Workgroup_pic.height
  221. $endif
  222. ></CENTER><BR>
  223. $endif
  224.  
  225. <!-------------------- BOTTOM BUTTON NAVIGATION ----------------------->
  226.  
  227. <P><hr><P>  
  228. <center>
  229.  
  230. <A HREF="index.htm"><IMG SRC="images/home.gif" ALT="Home Page Button" width="85"
  231. height="23" border=0></A>
  232.  
  233. <A HREF="overview.htm"><IMG SRC="images/comp.gif"
  234. ALT="Company Overview Button" width="85" height="23" border=0></A>
  235.  
  236.  
  237. $if($equal($isProductPageExcluded,0))
  238. $if($and($equal($Preview,0),$equal($dynamicOrder,1)))
  239.     <a href="/cgi-bin/cgiblend?blender=po.blend&CompanyShortName=$$CompanyShortName">
  240. $else
  241.     <a href="catalog.htm">
  242. $endif
  243.  
  244. <IMG SRC="images/cat.gif" ALT="Catalog" width="85" height="23" border=0></A>        
  245. $endif 
  246. $if($equal($isInternetPageExcluded,0))
  247. <A HREF="resource.htm"><BR><IMG SRC="images/res.gif" ALT="Net
  248. Resources Button" width="85" height="23" border=0></A>
  249. $endif
  250.  
  251. $if($equal($isGuestBookPageExcluded,0))
  252. <A HREF="gbook.htm"><IMG SRC="images/guest.gif" 
  253. ALT="Guest Book Button" width="85" height="23" border=0></A>
  254. $endif
  255.  
  256. $if($not($equal($Preview,1)))
  257. <A HREF="mailto:$$email">
  258. $endif
  259.  
  260. <IMG SRC="images/cont.gif"
  261. ALT="Contact
  262. Button" width="85" height="23" border=0></A>
  263.  
  264. </CENTER>
  265. <BR>
  266.  
  267. <!-------------------- CLICK HERE TO RETURN TO INP ----------------------->
  268.  
  269. <CENTER>
  270.  
  271. $if($not($equal($Preview,1)))
  272. <A HREF="http://www.harbinger.net/">
  273. $endif
  274. <IMG SRC="images/inp.gif" ALT="INP Graphic" border="0" width="200" height="25"></A>
  275. </CENTER>
  276. <P>
  277. $if($equal($Preview,1))
  278. <h2><a href="inp://return">Click here to return to INP!</a></h2>
  279. (<STRONG>NOTICE:</STRONG> The "Click here to return to INP" hotlink will not exist in your published version!)<p>
  280. $endif 
  281.  
  282. <!------------------------ COPYRIGHT INFORMATION ---------------------->
  283.  
  284. <font size=-2>
  285. Content Copyright © 1996 $Company_name$.<br>
  286. Portions Copyright © 1996 Harbinger Corporation.<br>
  287. All Rights Reserved.<p>
  288. USE OF THESE WEB PAGES IS LIMITED:
  289. <A HREF="http://inp.harbinger.net/license/terms.htm">TERMS</a>
  290. </font>
  291.  
  292. </BODY></HTML>